home *** CD-ROM | disk | FTP | other *** search
/ Night Owl 6 / Night Owl's Shareware - PDSI-006 - Night Owl Corp (1990).iso / 039a / ue311cmd.zip / TABLE.CMD < prev    next >
OS/2 REXX Batch file  |  1990-06-19  |  219b  |  9 lines

  1.     set %letter "A"
  2.  
  3.     !while ¬ &sgr %letter "Z"
  4.         insert-string &cat &cat "FN" %letter " = "
  5.         insert-string &cat &bind &cat "FN" %letter "~n"
  6.         update-screen
  7.         set %letter &chr &add &ascii %letter 1
  8.     !endwhile
  9.